home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / eedraw24.zip / UPDATE.NEW < prev   
Text File  |  1992-11-15  |  4KB  |  84 lines

  1. Version 2.4
  2. -----------
  3. 1. Added a simple version of Layer structures into EEDRAW, The Layer data
  4.    allows the user to select the amount of information visable on the
  5.    screen at anyone time, This in turn lets the user add more user
  6.    defined data to both the library and the drawings. There is a set
  7.    pre defined layers in the code, but the user should have atleast
  8.    15 layers available for themselves. There will also be a change to
  9.    the printer drivers so only selected information/Layers are printed
  10.    out.
  11. 2. Changes made to the status display in the name line at the top of
  12.    a drawing to reflect the current drawing layer, also the current
  13.    state of the file and drawing modes.
  14. 3. Added code to allow the user to select a single colour display mode
  15.    still hanging onto the layer control data.  
  16. 4. Two utilities added to the program suite, conv.exe - convert old style 
  17.    database's to version 2.4. There is a write up for this in the main
  18.    EEDRAW documentation. Also EElib.exe - used to manage the library 
  19.    file's. There is a seperate document for this. Both document files 
  20.    have also been added in WordPerfect form, files with the '.WP' 
  21.    extension.
  22.  
  23. Version 2.3
  24. -----------
  25. 1. Missed out due to a mixup with Simtel20 over version number,
  26.    Some version 2.2 systems are labeled 2.3
  27.  
  28. Version 2.2
  29. -----------
  30. 1. Add net list capability to eedraw. The net list generated can not
  31.    destinguish BUS connections and list all of them (How other similar
  32.    tools handle that!?).
  33. 2. Enlarged the capacity of the library so bigger items may be defined.
  34.    If you tried to define a part and eedraw said 'too big...', try again.
  35.  
  36. Version 2.1
  37. -----------
  38. 1. Fix a minor bug when attempt is made to use one of the save routine
  39.    where no active window exists.
  40. 2. Added LoadLibByName and ChDirLibraries functions in the lib menu.
  41.    Enable loading libraries from a different directory than the current
  42.    one. A new variable LibrariesPath has been added to eedraw.cfg and
  43.    which specifies the default eedraw lib directory (can be changed using
  44.    ChDirLibraries function).
  45.  
  46. Version 2.0
  47. -----------
  48. 1. A radical user interface change. A new window based tool kit has been
  49.    developed (under msdos not MS windows) and was used in eedraw for the
  50.    following:
  51.    a. MULTI WINDOWS which implies multiple files may be manipulated
  52.       simultaneously.
  53.    b. Input devices may be keyboard/mouse/joystick in any combination.
  54.    c. Display devices can virtually be any device supporting the BGI
  55.       protocol.
  56.    d. On line help.
  57.    e. Back saving into expanded memory or (ram) disk file.
  58.    f. Colors are now user setable.
  59.    This tool kit completely isolates the EEdraw program from Borland's
  60.    graphics. Porting this program to a new environment means developing a
  61.    similar tool kit. Users of EEdraw 1.0 should very easily adopt to this
  62.    environment as the program structure is very much the same.
  63.  
  64. Version 1.2
  65. -----------
  66. 1. Fix minor bug in 'Continue' window displayed after vertical data having
  67.    wrong width.
  68. 2. Allow scaled text (up to factor of 7) using SetTextSize entry in the
  69.    status pull down menu.
  70. 3. All graphics calls have been moved to IGraph.c to isolate this device
  71.    dependency in one file. graphics.h is still sources by other file as they
  72.    use its constants (CENTERing text, colors etc.).
  73.  
  74. Version 1.1
  75. -----------
  76.  
  77. 1. Support has been added to CGA devices on the one hand and Super VGA on
  78.    the other. Hook for ATT device has been added as well but not tested.
  79.    The BGI drivers are not linked in and loaded by demand. This freed about
  80.    20k.
  81. 2. Cursor is positioned in the query, so if for example a Yes/No query pops
  82.    up, the cursor will be positioned on the Yes.
  83.    The Yes/No query now accept Y/N keystrokes.
  84.